Home
last modified time | relevance | path

Searched hist:"4300 c58f809079951c87d84e5f11a2d265e3c9e7" (Results 1 – 2 of 2) sorted by path

/linux/fs/btrfs/
H A Dctree.hdiff 4300c58f809079951c87d84e5f11a2d265e3c9e7 Wed Sep 14 17:06:28 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: move btrfs on-disk definitions out of ctree.h

The bulk of our on-disk definitions exist in btrfs_tree.h, which user
space can use. Keep things consistent and move the rest of the on disk
definitions out of ctree.h into btrfs_tree.h. Note I did have to update
all u8's to __u8, but otherwise this is a strict copy and paste.

Most of the definitions are mainly for internal use and are not
guaranteed stable public API and may change as we need. Compilation
failures by user applications can happen.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ reformat comments, style fixups ]
Signed-off-by: David Sterba <dsterba@suse.com>
/linux/include/uapi/linux/
H A Dbtrfs_tree.hdiff 4300c58f809079951c87d84e5f11a2d265e3c9e7 Wed Sep 14 17:06:28 CEST 2022 Josef Bacik <josef@toxicpanda.com> btrfs: move btrfs on-disk definitions out of ctree.h

The bulk of our on-disk definitions exist in btrfs_tree.h, which user
space can use. Keep things consistent and move the rest of the on disk
definitions out of ctree.h into btrfs_tree.h. Note I did have to update
all u8's to __u8, but otherwise this is a strict copy and paste.

Most of the definitions are mainly for internal use and are not
guaranteed stable public API and may change as we need. Compilation
failures by user applications can happen.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ reformat comments, style fixups ]
Signed-off-by: David Sterba <dsterba@suse.com>